home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0192.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.5 KB  |  34 lines

  1.   Thanks Dan for this revised HTML DTD. Some comments after a quick
  2. glance (please bear with me as I'm no SGML expert...) :
  3.  
  4. > <!-- Tags.html says "This tag is for address information, signatures,
  5. > etc, normally at the top or bottom of a document." Here, it is only
  6. > allowed at the end of a document. -->
  7.  
  8.   We wanted addresses to be lawful both at the top or at the bottom of
  9. a document because of the traditions of some information sources that
  10. we can access, e.g. for Internet news, the address part is extracted
  11. from various headers and displayed first. This makes sense in those
  12. systems where the author name changes often from a document to the
  13. next (in the order you read them). On the contrary, in technical
  14. documentation like the WWW tree, it would be obnoxious to repeat the
  15. author's name at the top of every page. There are even cases where
  16. people cite several people at different points in the same document
  17. within <Address> tags. So my opinion is that we should leave this tag
  18. legal anywhere, or at least at both top and bottom.
  19.  
  20. > Tags.html says that you can put anything but </XMP> in the
  21. > text of an XMP element. SGML says that ETAGO, "</" ends a CDATA
  22. > section.
  23.  
  24.   This will be easy to fix in the next release of the browsers.
  25.  
  26. >     HREF CDATA #IMPLIED -- attribute values with colons etc. must
  27. >                be quoted. --
  28.  
  29.   The NeXT editor doesn't quote them: bad behaviour to be fixed. Also
  30. fix every server generating anchors on the fly...
  31.  
  32.   I've put the DTD and the legalizer in the web: just follow HTML.
  33.  
  34.